home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1997 #1 / Amiga Plus CD - 1997 - No. 01.iso / pd / musik / futurecomposer / futurecomposer.readme < prev    next >
Text File  |  1996-10-16  |  3KB  |  52 lines

  1. Short:    Editor for BSI Future Composer mods.
  2. Uploader: bybell@cse.psu.edu (Tony Bybell)
  3. Author:   bybell@cse.psu.edu (Tony Bybell)
  4. Type:     mus/edit
  5.  
  6. One of the shortcomings of the protracker module format is that all of the
  7. tracks are linked together and run in lockstep fashion.  If you're working
  8. on a mod that has a bunch of digitized sounds linked together like a "mix"
  9. mod, it could lead to undesirable gaps and pops in the sound output since
  10. you may need to butt sounds together at different times in each of the
  11. tracks.  This editor/player attempts to address this issue by making the
  12. speed and position of each channel independent of the other three.
  13.  
  14. Note that although the name is "Future Composer," it is incompatible with
  15. versions 1.3 and 1.4 floating around out there.  I made this six years ago
  16. as an internal tool so I could have unrippable mods in my demos.  Its
  17. inspiration was the version on the C64 with the same name--as such, it uses
  18. common blocks for the music data with indexing inside each of the tracks so
  19. it knows which blocks to play.
  20.  
  21. Why "BSI?"  It's a holdover from my name on the Amiga when I was in the
  22. demo scene and a precursor to the "BSI Labs" that released Lockpick 1 & 2.
  23. (See http://www.cse.psu.edu/~bybell/ on my coder page for info on that and
  24. other Amiga releases during my history..)
  25.  
  26. Note that this program *is* old.  Six years old.  However, it *does* run on
  27. an A4000/040, believe it or not!  But you have to do the following:
  28.  
  29. cpu nocache
  30. noaga -f futurecomposer
  31.  
  32. I know this is kind of dicey having to do this to get something to run, but
  33. I'm really busy doing integrated circuit design this semester (each
  34. homework assignment is 40 hours using the Magic VLSI editor!) so I don't
  35. have time to make an Intuition version as of yet.  I did want to release it
  36. though because I'm back into the whole mod thing again and I've seen too
  37. many mix mods that show limitations of the PT format and want to hear some
  38. *great* ones with no pops!  (Email boris@cyberverse.com for info on "The
  39. Weekly Module Review.")
  40.  
  41. Other stuff..anyone out there is free to do with this what they want and
  42. that includes the sourcecode--it's why I included it all.  So if you want
  43. to rip stuff out and improve it, be my guest.  All that I ask is that you
  44. email me a copy of anything (replayers, correct startup code, etc.) that
  45. you've done with it because I'd like to see it or release it with this
  46. archive if it's neat.  And that includes good mods a lot better than my
  47. attempts in the Songs dir.  =)
  48.  
  49. Instructions are in the main program itself.  Now have at it!
  50.  
  51. -tony 16oct96
  52.